home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- pressbutton(the clickOn, "sign.dep")
- end
-
- on mouseUp
- global specials
- set specials to specials + 1
- if (specials mod 6) = 0 then
- go("Sign.pos1(Specials)")
- end if
- if (specials mod 6) = 1 then
- go("Sign.pos1(Beetlejuice)")
- end if
- if (specials mod 6) = 2 then
- go("Sign.pos1(Spider Cider)")
- end if
- if (specials mod 6) = 3 then
- go("Sign.pos1(Tick Tea)")
- end if
- if (specials mod 6) = 4 then
- go("Sign.pos1(Bug Glug)")
- end if
- if (specials mod 6) = 5 then
- go("Sign.pos1(Flea Fizz)")
- end if
- end
-